[INFO] cloning repository https://github.com/ilpvfx/casbin-sqlx-watcher
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ilpvfx/casbin-sqlx-watcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filpvfx%2Fcasbin-sqlx-watcher", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filpvfx%2Fcasbin-sqlx-watcher'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1de15176dd451c6d4e4291c9f8c45685c3bb5627
[INFO] fixing ilpvfx/casbin-sqlx-watcher against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filpvfx%2Fcasbin-sqlx-watcher" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ilpvfx/casbin-sqlx-watcher
[INFO] finished tweaking git repo https://github.com/ilpvfx/casbin-sqlx-watcher
[INFO] tweaked toml for git repo https://github.com/ilpvfx/casbin-sqlx-watcher written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ilpvfx/casbin-sqlx-watcher on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ilpvfx/casbin-sqlx-watcher already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sqlx-adapter v1.8.0
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.72
[INFO] [stderr]   Downloaded wasm-bindgen-test-shared v0.2.122
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.72
[INFO] [stderr]   Downloaded rhai_codegen v3.2.0
[INFO] [stderr]   Downloaded casbin v2.20.0
[INFO] [stderr]   Downloaded thin-vec v0.2.18
[INFO] [stderr]   Downloaded rhai v1.25.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a966ee6d47dc790b045789bd1313a2c674fa037dfe722fdaeb398c9799b586e8
[INFO] running `Command { std: "docker" "start" "a966ee6d47dc790b045789bd1313a2c674fa037dfe722fdaeb398c9799b586e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a966ee6d47dc790b045789bd1313a2c674fa037dfe722fdaeb398c9799b586e8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a966ee6d47dc790b045789bd1313a2c674fa037dfe722fdaeb398c9799b586e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a966ee6d47dc790b045789bd1313a2c674fa037dfe722fdaeb398c9799b586e8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking thin-vec v0.2.18
[INFO] [stderr]    Compiling rhai_codegen v3.2.0
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling casbin-sqlx-watcher v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking rhai v1.25.0
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking sqlx-postgres v0.8.6
[INFO] [stderr]     Checking casbin v2.20.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking sqlx-adapter v1.8.0
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/watcher.rs:302:29
[INFO] [stdout]     |
[INFO] [stdout] 302 |               if let Err(e) = sqlx::query!(
[INFO] [stdout]     |  _____________________________^
[INFO] [stdout] 303 | |                 r#"
[INFO] [stdout] 304 | |                 SELECT pg_notify($1, $2)
[INFO] [stdout] 305 | |             "#,
[INFO] [stdout] 306 | |                 &channel,
[INFO] [stdout] 307 | |                 serialized
[INFO] [stdout] 308 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `casbin-sqlx-watcher` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a966ee6d47dc790b045789bd1313a2c674fa037dfe722fdaeb398c9799b586e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a966ee6d47dc790b045789bd1313a2c674fa037dfe722fdaeb398c9799b586e8", kill_on_drop: false }`
[INFO] [stdout] a966ee6d47dc790b045789bd1313a2c674fa037dfe722fdaeb398c9799b586e8
